From c06c4fd1721571fcd1118f4f224971ed1a65869b Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Thu, 9 May 2013 17:17:03 +0100 Subject: [PATCH] .gitignore: Add vim swap files Signed-off-by: Julien Grall Reviewed-by: Andrew Cooper Acked-by: Ian Campbell [ ijc -- corrected .hgignore regex syntax ] --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6753368301..960c29e4ea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.orig *.rej *~ +*.swp *.o *.d *.opic diff --git a/.hgignore b/.hgignore index 6b432f7c25..f3877a9f78 100644 --- a/.hgignore +++ b/.hgignore @@ -11,6 +11,7 @@ .*\.tar\.bz2$ .*\.tar\.gz$ .*~$ +.*\.swp$ .*\.tmp$ .*\.flc$ .*\.orig$ -- 2.30.2